home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / ffg155.zip / DEMO_BAT.ZIP / AFTERHRS.BAT < prev    next >
DOS Batch File  |  1993-05-04  |  262b  |  11 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of files modified/created outside of normal working hours.
  4. echo Press any key to begin searching...
  5. pause >nul
  6. echo on
  7. ffg /p *:* /t17:00-8:00
  8. @echo off
  9. echo Done.  Press any key for next demonstration...
  10. pause>nul
  11.